home *** CD-ROM | disk | FTP | other *** search
/ The Learning Curve / The Learning Curve (Weird Science, 1996).iso / computers / ados_guide_v1.5 / ados commands / else < prev    next >
Encoding:
Text File  |  1995-03-10  |  373 b   |  21 lines

  1. AMIGADOS GUIDE V1.5
  2. ELSE
  3.  
  4. USE:
  5. Else is part of the IF.......Endif construct.  Basically if the If part of the
  6. script file fails then control jumps to the Else part and continues to 
  7. run until an Endif is reached.
  8.  
  9. PATH:
  10. Internal.
  11.  
  12. SYSTEM:
  13. 2.0 (enhanced),  2.1,  3.0
  14.  
  15. EXAMPLES:
  16. 1>ELSE        (written in scripts as shown with no attachments).
  17.  
  18. NOTES:
  19. To be used in scripts only.
  20.  
  21.